home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / retro_ra.swf / scripts / DefineSprite_117 / frame_751 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  138 b   |  11 lines

  1. §_root:otherLap§++;
  2. if(eval("_root:otherLap") < 3)
  3. {
  4.    gotoAndPlay(2);
  5. }
  6. else
  7. {
  8.    stop();
  9.    set("_root:loseRound",true);
  10. }
  11.